Update(int, T)

Method

Namespace: Ignis

Declared in: Ignis.IComponentCollection<T>


Updates the specified entity's component value.

Syntax

public void Update(
	int entityId,
	T value
)

Parameters

entityId

Entity ID

value

New component value


Back to index